The following tables list the members exposed by GridColumnWrapper<T>.
Name | Description | |
---|---|---|
GridColumnWrapper<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Column | Returns reference to the grid column |
Name | Description | ||
---|---|---|---|
ColSpan | GridColumn.ColSpan | ||
ColumnCssClass | GridColumn.ColumnCssClass | ||
ColumnIndex | GridColumn.ColumnIndex | ||
DataType | GridColumn.DataType | ||
DateDisplayType | GridColumn.DateDisplayType | ||
Format | GridColumn.Format | ||
FormatterFunction | GridColumn.FormatterFunction | ||
Group | Sets a group for the multicolumn header column (in this way the column becomes automatically multicolumn header column) | ||
GroupOptions | GridColumn.GroupOptions | ||
HeaderCssClass | GridColumn.HeaderCssClass | ||
HeaderText | GridColumn.HeaderText | ||
Hidden | GridColumn.Hidden | ||
Mapper | Reference to a client-side function (string) that can be used for complex data extraction from the data records, whose return value will be used for all data operations associated with this column. GridColumn.Mapper | ||
NavigationIndex | GridColumn.NavigationIndex | ||
Regional | GridColumn.Regional | ||
RowIndex | GridColumn.RowIndex | ||
RowSpan | GridColumn.RowSpan | ||
Template | Sets a template for an individual column. the contents of the template should be the HTML markup that goes inside the table cell, without any tags included in front and at the end. The syntax of the template, when referencing data keys and using conditional expressions is the same as the one for rowTemplate
| ||
Width | GridColumn.Width |
Name | Description | |
---|---|---|
SetUnboundColumn | Sets the instance of unbound column to the column |
View on GitHub